portableSql

Minute Portable SQL Function

Syntax

Minute as N (DateTime as T)

Arguments

DateTimeTime

A field or value.

Returns

resultNumeric

Returns the minutes from a date or time value.

Description

Extract the minutes from a date or time value.

Discussion

The Minute function gets the minutes from a date or time value.

Minute() function executed on the Northwind Access database
SELECT FIRST 1 Now() AS Now, Minute(Now()) AS Later FROM Orders
=10/10/2019 12:42:48 00 pm|42